home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 13 / Creative-Review-CD-ROM-13.iso / Media ƒ / Creative Review ƒ / Voice Gallery Demo / START.DIR MASTER / 00034_Script_34 < prev    next >
Text File  |  1995-03-02  |  189b  |  16 lines

  1. on startMovie 
  2.   set the colorDepth to 8
  3.   cursor 200
  4. end startMovie
  5.  
  6. on soundIt
  7.   if soundBusy(1) then 
  8.     go to frame 2
  9.   else
  10.     go to the frame
  11.   end if
  12. end soundIt
  13.  
  14.  
  15.  
  16.